send message to specific channel discord.py

44

send message to specific channel discord.py -

channel = client.get_channel(12324234183172)
await channel.send('hello')

how to send a message in a specific channel discord.py -

channel = client.get_channel(12324234183172) #channel id here
await channel.send('hello')

Comments

Submit
0 Comments